var crypto/tls.testingOnlySupportedSignatureAlgorithms

3 uses

	crypto/tls (current package)
		common.go#L1691: var testingOnlySupportedSignatureAlgorithms []SignatureScheme
		common.go#L1698: 	if testingOnlySupportedSignatureAlgorithms != nil {
		common.go#L1699: 		sigAlgs = slices.Clone(testingOnlySupportedSignatureAlgorithms)